home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 90.03.15.11.55.31; author ouster; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 89.06.16.13.18.11; author rab; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 89.05.17.16.21.46; author rab; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @Make sure alloca is declared "char *".
- @
- text
- @/*
- * alloca.h --
- *
- * Declarations of alloca() for the sun4. Since the sun4 has
- * register window, this can't be handled in the normal way.
- *
- * Copyright 1989 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/src/lib/include/sun4.md/RCS/alloca.h,v 1.2 89/06/16 13:18:11 rab Exp Locker: ouster $ SPRITE (Berkeley)
- */
-
- #ifndef _ALLOCA_H
- #define _ALLOCA_H
-
- #ifdef sun4
- #define alloca(p) ((char *) __builtin_alloca(p))
- #endif
-
- #endif /* _ALLOCA_H */
-
- @
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @d16 1
- a16 1
- * $Header: /sprite/src/lib/include/sun4.md/RCS/alloca.h,v 1.1 89/05/17 16:21:46 rab Exp Locker: rab $ SPRITE (Berkeley)
- d23 1
- a23 1
- #define alloca(p) __builtin_alloca(p)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d16 1
- a16 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.2 89/01/07 04:12:44 rab Exp $ SPRITE (Berkeley)
- a27 1
- #ifdef
- @
-